From: Markus Rost Date: Wed, 2 Oct 2002 16:31:16 +0000 (+0000) Subject: (sh-alias-alist): Use append instead of nconc. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~55052 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3ee5ce58f637f2c5d652c663170216d0f6470bb5;p=emacs.git (sh-alias-alist): Use append instead of nconc. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index cee0956aed2..3468029b5e6 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -258,7 +258,7 @@ sh Bourne Shell (defcustom sh-alias-alist - (nconc (if (eq system-type 'gnu/linux) + (append (if (eq system-type 'gnu/linux) '((csh . tcsh) (ksh . pdksh))) ;; for the time being